type crypto/tls.certificateRequestMsgTLS13

8 uses

	crypto/tls (current package)
		conn.go#L1055: 			m = new(certificateRequestMsgTLS13)
		handshake_client_tls13.go#L30: 	certReq       *certificateRequestMsgTLS13
		handshake_client_tls13.go#L431: 	certReq, ok := msg.(*certificateRequestMsgTLS13)
		handshake_messages.go#L1052: type certificateRequestMsgTLS13 struct {
		handshake_messages.go#L1061: func (m *certificateRequestMsgTLS13) marshal() []byte {
		handshake_messages.go#L1126: func (m *certificateRequestMsgTLS13) unmarshal(data []byte) bool {
		handshake_messages.go#L1127: 	*m = certificateRequestMsgTLS13{raw: data}
		handshake_server_tls13.go#L583: 		certReq := new(certificateRequestMsgTLS13)